home *** CD-ROM | disk | FTP | other *** search
/ Mastering Computers 3 / Mastering Computers Vol 3.iso / Win95 / ADMIN / NETTOOLS / NETSETUP / BATCH.TXT < prev    next >
Encoding:
Text File  |  1995-07-11  |  4.4 KB  |  110 lines

  1. *********************************
  2. ** Batch Setup Release Notes   **
  3. ** Version 1.0      04/26/95   **
  4. *********************************
  5.  
  6. PAGE        CONTENTS
  7. 1        Introduction
  8. 2        New features not included in batch.exe
  9.  
  10.  
  11.     By running this program and answering as many or as few questions as
  12. desired, a user will help automate his or her setup.  Please see the online
  13. help for instructions on running Windows 95 Setup in Batch Mode.
  14.  
  15.     After running this program, the .INF file created (BSETUP.INF) will
  16. be used by Windows 95 Setup and later copied to the name MSBATCH.INF.  The
  17. INF file created complies with the Windows 95 Resource Kit, Appendix D. This
  18. program does not actually run Windows 95 Setup, it merely prepares the INF
  19. file for use with it.
  20.  
  21.         Batch Setup works for both GUI and DOS-mode upgrades.
  22.  
  23.     The following set of instructions indicate the suggested method
  24. for executing Batch Setup.
  25.  
  26. =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  27.  
  28. 1) Run the supplied program and answer all questions to create your
  29.     customized Information file.
  30.  
  31. 2) Run Windows 95 Setup and include the name (and fully qualified path) of
  32.     the INF file as an argument. For example :
  33.  
  34.         D:\WIN95\SETUP C:\BSETUP.INF
  35.     
  36.    If your network supports UNC's, those can be used as well. Example :
  37.  
  38.         \\SERVER1\WIN95\SETUP \\SERVER2\USERS\JOEUSER\BSETUP.INF
  39.  
  40.    This program is not required to run Windows 95 setup in batch-mode, only
  41.         the INF file that it creates.
  42.  
  43. 3) Windows 95 Setup will then run in batch mode.  If you answered all the
  44.     questions on the opening screen, you will probably not have to
  45.     touch your computer again until it reboots after Setup... just type
  46.     'WIN' to enter Windows 95!
  47.  
  48. =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  49.  
  50.  
  51.         There are a few setup messages that batch setup cannot automate.
  52. These are fully outlined in the Resource Kit, Appendix D and Chapter 5.
  53.  
  54.         Please see the online help and Chapters 5 and Appendix D of the
  55. Windows 95 Resource Kit for an explanation of all available settings.
  56.  
  57.  
  58.  
  59.                                PAGE 2
  60.  
  61. NEW FEATURES ADDED TO BATCH SETUP :
  62.  
  63. The following features were added to batch-mode setup for Windows 95 but
  64. were not included in batch.exe.  Please read Appendix D and Chapter 5 of
  65. the Windows 95 Resource Kit for a full explanation of all options.
  66.  
  67. UNINSTALL :
  68.  
  69.     Windows 95 supports batch-mode settings for the Un-installation of
  70. Windows 95.
  71.  
  72. This parameter is used to specify whether Setup should create a
  73. compressed backup version of the existing Windows and MS-DOS directories
  74. to be used for automatically uninstalling Windows 95. If you specify
  75. Uninstall=5, you also must add a value for BackupDir=path that specifies
  76. the directory where Setup should place the compressed backup files.
  77.  
  78. Parameter   Uninstall
  79. Values      0 = Do not allow user to specify Uninstall options, and do
  80.                 not create backup files for uninstalling Windows 95
  81.             1 = Show Uninstall options for user to choose
  82.             5 = Do not show Uninstall options, but automatically create
  83.                 backup files for uninstalling Windows 95
  84. Default     1
  85.  
  86. Add this parameter to the [Setup] section of the BSETUP.INF file (for
  87. instance, 'Uninstall=5') using a standard text editor (EDIT).
  88.  
  89.  
  90. DEFAULT REDIRECTOR :
  91.  
  92.     Windows 95 allows you to specify which client you want to be your
  93. default client (for instance, the client for Microsoft networks or the
  94. client for NetWare networks).  Batch.exe does not support an automatic
  95. way to set which client is the default (the client for Microsoft
  96. networks, if present will be the default).  If you wish the client for
  97. NetWare networks to be the default over the client for Microsoft
  98. networks, open the BSETUP.INF file with a plain text editor. Locate the
  99. line 'CLIENTS=' in the '[Network]' section of the file.  The first
  100. client listed will be the default.  So, to make the client for NetWare
  101. networks default, move the keyword 'NWREDIR' in front of the keyword
  102. 'VREDIR.'  Please note that you can also reset the default from within
  103. the network control panel once Windows 95 has set up.
  104.  
  105.  
  106.     There are additional settings which are available to batch setup
  107. that are not listed here. Please read the Windows 95 resource kit for
  108. a full explanation and list of all possible settings.
  109.  
  110.